func net.sysSocket
5 uses
	net (current package)
		ipsock_posix.go#L38: 	s, err := sysSocket(syscall.AF_INET, syscall.SOCK_STREAM, syscall.IPPROTO_TCP)
		ipsock_posix.go#L62: 		s, err := sysSocket(syscall.AF_INET6, syscall.SOCK_STREAM, syscall.IPPROTO_TCP)
		mptcpsock_linux.go#L37: 	s, err := sysSocket(syscall.AF_INET, syscall.SOCK_STREAM, _IPPROTO_MPTCP)
		sock_cloexec.go#L19: func sysSocket(family, sotype, proto int) (int, error) {
		sock_posix.go#L19: 	s, err := sysSocket(family, sotype, proto)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |